@charset "UTF-8";
/*من اول شاشه صغيره وانت طلع*/
/*عمل opsity*/
/*end*/
/*stert-transition-mixin*/
/*end-transition-mixin*/
* {
  -webikt-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.clearfix {
  clear: both;
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}

body {
  background-color: #f6f6f6;
  font-family: Tahoma;
  font-size: 16px;
}

ul, ol {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.header {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #9c9c9c;
}

.header .logo {
  position: relative;
}

@media (min-width: 768px) {
  .header .logo {
    width: 100%;
    text-align: center;
    float: none;
  }
}

@media (min-width: 992px) {
  .header .logo {
    width: 30%;
    float: left;
    text-align: left;
  }
}

.header .logo h1 {
  margin-bottom: 0;
  margin-top: 10px;
}

.header .navbar {
  background-color: #e2494c;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .header .navbar {
    width: 100%;
    text-align: center;
    float: none;
    overflow: hidden;
    margin-top: 30px;
    display: block !important;
  }
}

@media (min-width: 992px) {
  .header .navbar {
    width: 70%;
    float: left;
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .header .navbar {
    display: none;
    border-radius: 0px;
  }
}

.header .navbar li {
  width: 20%;
  float: left;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .header .navbar li {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header .navbar li a {
  display: block;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
}

.header .navbar li a:hover {
  color: #ddd;
}

.slider blockquote {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color: #505050;
  width: 80%;
  margin: 30px auto;
}

.slider img {
  max-width: 100%;
  zoom: 1;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.slider .bullets {
  text-align: center;
}

.slider .bullets li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #d1d1d1;
  border-radius: 50%;
  border: 3px solid #d1d1d1;
  cursor: pointer;
}

.slider .bullets li.active, .slider .bullets li:hover {
  background-color: #fff;
  border: 3px solid #333;
}

/*stert-services*/
@media (min-width: 992px) {
  .services .services-box {
    float: left;
    width: 33.33333%;
  }
  .services .services-box:not(:list-of-type) {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .services .services-box i {
    display: block;
    margin-bottom: 15px;
  }
}

.services .services-box h3 {
  color: #666;
}

.services .services-box h3 i {
  position: relative;
  font-size: 35px;
  top: 4px;
}

.services .services-box p {
  color: #777;
  line-height: 1.5;
}

.services .services-box a {
  color: #e2494c;
  text-decoration: none;
}

/*end-services*/
/*stert-our-players*/
@media (min-width: 768px) {
  .our-players .players-box {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .our-players .players-box {
    width: 33.33333%;
    text-align: left;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .our-players .players-box {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .our-players .players-box {
    margin-bottom: 40px;
  }
}

.our-players .players-box img {
  max-width: 100%;
}

.our-players .players-box h3 {
  color: #666;
  font-weight: normal;
}

.our-players .players-box h3 span {
  font-weight: bold;
}

.our-players .players-box p {
  color: #777;
  line-height: 1.5;
  font-size: 12px;
}

.our-players .players-box a {
  color: #e2494c;
  text-decoration: none;
}

/*end-our-players*/
/*stert-lorem-ipsum*/
.lorem-ipsum .contener-lorem .lorem-box {
  float: left;
  width: 33.33333%;
}

.lorem-ipsum .contener-lorem .lorem-box img {
  max-width: 100%;
  text-align: center;
}

/*end-lorem-ipsum*/
.head-with-border {
  position: relative;
}

.head-with-border h2 {
  background-color: #e2494c;
  text-align: center;
  color: #fff;
  margin: 40px auto;
  border-radius: 15px;
  width: 400px;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  .head-with-border h2 {
    width: 300px;
  }
}

.head-with-border h2:before {
  content: "";
  width: 100%;
  height: 1.5px;
  text-transform: uppercase;
  background-color: #9c9c9c;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.main-button {
  background-color: rgba(226, 73, 76, 0.8);
  color: #fff;
  border: 0;
  text-align: center;
  min-width: 120px;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-button:hover {
  background-color: #e2494c;
}

.the-toggler {
  background-color: #e2494c;
  border: none;
  padding: 8px;
  position: absolute;
  top: 18px;
  right: 15px;
  display: none;
}

@media (max-width: 767px) {
  .the-toggler {
    display: block;
  }
}

.the-toggler span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #fff;
}

.the-toggler span:not(:last-child) {
  margin-bottom: 5px;
}

footer {
  background-color: #e2e2e2e2;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}

footer .gallary, footer .info, footer .contact {
  float: left;
}

@media (min-width: 768px) {
  footer .gallary {
    width: 100%;
  }
}

@media (min-width: 992px) {
  footer .gallary {
    width: 50%;
  }
}

footer .gallary .img-box {
  overflow: hidden;
  margin-bottom: 20px;
}

footer .gallary .img-box img {
  width: 150px;
}

@media (min-width: 768px) {
  footer .gallary .img-box img {
    float: left;
  }
}

@media (min-width: 768px) {
  footer .gallary .img-box .text-box {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 180px);
  }
}

footer .gallary .img-box .text-box h4 {
  color: #e2494c;
  margin-top: 10px;
  margin-bottom: 0;
}

footer .gallary .img-box .text-box p {
  color: #888;
  line-height: 1.8;
  margin-top: 5px;
}

@media (min-width: 768px) {
  footer .info {
    width: 50%;
  }
}

@media (min-width: 992px) {
  footer .info {
    width: 25%;
  }
}

footer .info ul li {
  color: #888;
  line-height: 1.8;
}

footer .info ul li span {
  color: #e2494c;
}

footer .info .woking {
  color: #888;
  font-weight: bold;
  margin-bottom: 0;
}

footer .info p {
  color: #888;
}

@media (min-width: 768px) {
  footer .contact {
    width: 50%;
  }
}

@media (min-width: 992px) {
  footer .contact {
    width: 25%;
  }
}

footer .contact form input[type="text"],
footer .contact form input[type="email"],
footer .contact form textarea {
  border: 1px solid #88888857;
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 10px;
}

footer .contact form textarea {
  height: 140px;
}

footer .section-title {
  font-weight: normal;
  color: #444;
}

footer .copyright {
  padding: 15px 0px;
  border-top: 1px solid #a7a4a4;
  overflow: hidden;
  color: #888;
  margin-top: 30px;
}

footer .copyright .copy-text, footer .copyright .author {
  width: 50%;
  float: left;
}

footer .copyright .author {
  text-align: right;
}
/*# sourceMappingURL=about.css.map */